home *** CD-ROM | disk | FTP | other *** search
- :Sample ELFTREE Menu
- ***
- * This is to get you started designing a menu in ELFTREE.
- * The basic ideas are:
- ***
- * : Starts a menu TITLE.
- * * Starts a COMMENT line.
- * ! Starts a HELP line.
- * @ Precedes the KEY that selects the item.
- * $ Starts a COMMAND (and ends a menu description).
- * Commands immediately follow the dollar symbol.
- * Commands can use special symbols. See ELFTREE.HLP file for more info.
- * Menu names (with extension .ETU) can be used as commands.
- ***
- * Sample menu commands:
- *
- * Put the menu After the dollar ($)
- * description ┌─ symbol, put the
- * here │ command
- * │ │ │
- * │ │ │
- *
- Print @README.DOC $copy {ETfind}\README.DOC PRN
- Print @AUTOEXEC.DOC $copy {ETfind}\AUTOEXEC.DOC PRN
- Print @FEATURES.ET $copy {ETfind}\FEATURES.ET PRN
- Print @Help file $copy {ETfind}\ELFTREE.HLP PRN
- Print @Order form $copy {ETfind}\ORDER.DOC PRN
- Print @Site License $copy {ETfind}\SITELICE.DOC PRN
- Print S@ystem files $copy c:\config.sys prn^copy c:\autoexec.bat prn
- *
- !Note: You must have PKZIP for this to work.
- Zip tagged files $PKZIP -a {Input}"Enter name of archive file:" @{Temp}{Nowait}
- !Note: You must have PKUNZIP for this to work.
- Unzip tagged files $PKUNZIP {Tag}{Fname}{Nowait}
- !Note: You must have PKZIP for this to work.
- Show ZIP file @contents $PKZIP -v {Fname}
-